Skip to content

Sync eng/common directory with azure-sdk-tools for PR 15500#46772

Open
azure-sdk wants to merge 2 commits intomainfrom
sync-eng/common-allow-https-binding-15500
Open

Sync eng/common directory with azure-sdk-tools for PR 15500#46772
azure-sdk wants to merge 2 commits intomainfrom
sync-eng/common-allow-https-binding-15500

Conversation

@azure-sdk
Copy link
Copy Markdown
Collaborator

Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#15500 See eng/common workflow

Copilot AI review requested due to automatic review settings May 7, 2026 00:27
@azure-sdk azure-sdk requested a review from a team as a code owner May 7, 2026 00:27
@azure-sdk azure-sdk requested a review from scbedd May 7, 2026 00:27
@azure-sdk azure-sdk added EngSys This issue is impacting the engineering system. Central-EngSys This issue is owned by the Engineering System team. labels May 7, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Syncs the eng/common test-proxy pipeline templates with the corresponding updates from azure-sdk-tools PR 15500 by making the proxy bind URL configurable and consistently using it when starting and probing the proxy.

Changes:

  • Added a new proxyUrl parameter (defaulting to http://localhost:5000) to the test-proxy templates.
  • Updated proxy startup commands (Windows + Linux/macOS) to pass --urls so the proxy binds to the configured URL.
  • Updated the IsAlive probe to target the configured proxyUrl instead of a hard-coded localhost URL.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
eng/common/testproxy/test-proxy-tool.yml Adds proxyUrl parameter; uses it for proxy startup --urls and for the IsAlive probe.
eng/common/testproxy/test-proxy-standalone-tool.yml Same as above for the standalone proxy tool template ($(PROXY_EXE)).

Invoke-WebRequest -Uri "http://localhost:5000/Admin/IsAlive" | Out-Null
Write-Host "Invoke-WebRequest -Uri `"${{ parameters.proxyUrl }}/Admin/IsAlive`" | Out-Null"
Invoke-WebRequest -Uri "${{ parameters.proxyUrl }}/Admin/IsAlive" | Out-Null
Write-Host "Successfully connected to the test proxy on port 5000."
Invoke-WebRequest -Uri "http://localhost:5000/Admin/IsAlive" | Out-Null
Write-Host "Invoke-WebRequest -Uri `"${{ parameters.proxyUrl }}/Admin/IsAlive`" | Out-Null"
Invoke-WebRequest -Uri "${{ parameters.proxyUrl }}/Admin/IsAlive" | Out-Null
Write-Host "Successfully connected to the test proxy on port 5000."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Central-EngSys This issue is owned by the Engineering System team. EngSys This issue is impacting the engineering system.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants